SVProgressHUDMaskType Constants Reference

Declared in SVProgressHUD.h

SVProgressHUDMaskType

Definition

typedef NS_ENUM(NSUInteger, SVProgressHUDMaskType ) {
   SVProgressHUDMaskTypeNone = 1,
   SVProgressHUDMaskTypeClear,
   SVProgressHUDMaskTypeBlack,
   SVProgressHUDMaskTypeGradient,
   SVProgressHUDMaskTypeCustom,
};

Constants

SVProgressHUDMaskTypeNone

Declared In SVProgressHUD.h.

SVProgressHUDMaskTypeClear

Declared In SVProgressHUD.h.

SVProgressHUDMaskTypeBlack

Declared In SVProgressHUD.h.

SVProgressHUDMaskTypeGradient

Declared In SVProgressHUD.h.

SVProgressHUDMaskTypeCustom

Declared In SVProgressHUD.h.